From 5521c203ba4f8497ca1d8ae866d07539bc3cee03 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 13 Jun 2004 14:48:54 +0000 Subject: [PATCH] (face_attr_equal_p): Declare parameters. --- src/xfaces.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xfaces.c b/src/xfaces.c index b6b4140e729..677bee25aff 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -4912,6 +4912,7 @@ If FRAME is omitted or nil, use the selected frame. */) static INLINE int face_attr_equal_p (v1, v2) + Lisp_Object v1, v2; { /* Type can differ, e.g. when one attribute is unspecified, i.e. nil, and the other is specified. */ -- 2.30.2